home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 45
/
Vol 45.iso
/
games
/
escape.swf
/
scripts
/
DefineSprite_214
/
frame_38
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2005-08-23
|
252 b
|
14 lines
this.stop();
hadou_cnt = 10;
_root.bg_sky.gotoAndPlay(2);
_root.mySound.attachSound("s_hadou01.wav");
_root.mySound.start([0,1]);
this.onEnterFrame = function()
{
hadou_cnt -= 1;
if(hadou_cnt < 0)
{
gotoAndStop(43);
}
};